[INFO] fetching crate pos_pso 0.1.6...
[INFO] testing pos_pso-0.1.6 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate pos_pso 0.1.6 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate pos_pso 0.1.6
[INFO] finished tweaking crates.io crate pos_pso 0.1.6
[INFO] tweaked toml for crates.io crate pos_pso 0.1.6 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pos_pso 0.1.6 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.7.3 (available: v0.10.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 106467c860e78fc6685314fe5927fb1ecdd5a2fce106c4b3363598bd36deba86
[INFO] running `Command { std: "docker" "start" "-a" "106467c860e78fc6685314fe5927fb1ecdd5a2fce106c4b3363598bd36deba86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "106467c860e78fc6685314fe5927fb1ecdd5a2fce106c4b3363598bd36deba86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "106467c860e78fc6685314fe5927fb1ecdd5a2fce106c4b3363598bd36deba86", kill_on_drop: false }`
[INFO] [stdout] 106467c860e78fc6685314fe5927fb1ecdd5a2fce106c4b3363598bd36deba86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 91a57f24b9d7090e19a628bf523827426407aff544d914409d55919a7cccf4b3
[INFO] running `Command { std: "docker" "start" "-a" "91a57f24b9d7090e19a628bf523827426407aff544d914409d55919a7cccf4b3", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling pos_pso v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::f64::consts::PI`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::f64::consts::PI;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]   --> src/optimizer/swarm.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct SwarmColaborative {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     igf: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]    --> src/optimizer/swarm.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub struct SwarmIndependant {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 221 |     igf: f64,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
[INFO] running `Command { std: "docker" "inspect" "91a57f24b9d7090e19a628bf523827426407aff544d914409d55919a7cccf4b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91a57f24b9d7090e19a628bf523827426407aff544d914409d55919a7cccf4b3", kill_on_drop: false }`
[INFO] [stdout] 91a57f24b9d7090e19a628bf523827426407aff544d914409d55919a7cccf4b3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd65e6f533d8ae764fe47d7eca79a5922a1ad16d4614f8442ddf366d656efc28
[INFO] running `Command { std: "docker" "start" "-a" "dd65e6f533d8ae764fe47d7eca79a5922a1ad16d4614f8442ddf366d656efc28", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `std::f64::consts::PI`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::f64::consts::PI;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]   --> src/optimizer/swarm.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct SwarmColaborative {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     igf: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pos_pso v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]    --> src/optimizer/swarm.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub struct SwarmIndependant {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 221 |     igf: f64,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `min`
[INFO] [stdout]   --> src/lib.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let min = opt.minimize(job_config, swarm_config, move |pt: &[f64]| -> f64 {
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_min`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]   --> src/optimizer/swarm.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct SwarmColaborative {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 27 |     igf: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `igf` is never read
[INFO] [stdout]    --> src/optimizer/swarm.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 218 | pub struct SwarmIndependant {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 221 |     igf: f64,
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `expSinFunction` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn expSinFunction() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `exp_sin_function`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.97s
[INFO] running `Command { std: "docker" "inspect" "dd65e6f533d8ae764fe47d7eca79a5922a1ad16d4614f8442ddf366d656efc28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd65e6f533d8ae764fe47d7eca79a5922a1ad16d4614f8442ddf366d656efc28", kill_on_drop: false }`
[INFO] [stdout] dd65e6f533d8ae764fe47d7eca79a5922a1ad16d4614f8442ddf366d656efc28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 298edc2b2f3020791fc715125fa939cf51f9ab3c0d7f41ccd28afc1598ece009
[INFO] running `Command { std: "docker" "start" "-a" "298edc2b2f3020791fc715125fa939cf51f9ab3c0d7f41ccd28afc1598ece009", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::f64::consts::PI`
[INFO] [stderr]  --> src/lib.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::f64::consts::PI;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `igf` is never read
[INFO] [stderr]   --> src/optimizer/swarm.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub struct SwarmColaborative {
[INFO] [stderr]    |            ----------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 27 |     igf: f64,
[INFO] [stderr]    |     ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `igf` is never read
[INFO] [stderr]    --> src/optimizer/swarm.rs:221:5
[INFO] [stderr]     |
[INFO] [stderr] 218 | pub struct SwarmIndependant {
[INFO] [stderr]     |            ---------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 221 |     igf: f64,
[INFO] [stderr]     |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `min`
[INFO] [stderr]   --> src/lib.rs:63:9
[INFO] [stderr]    |
[INFO] [stderr] 63 |     let min = opt.minimize(job_config, swarm_config, move |pt: &[f64]| -> f64 {
[INFO] [stderr]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_min`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `expSinFunction` should have a snake case name
[INFO] [stderr]   --> src/lib.rs:11:4
[INFO] [stderr]    |
[INFO] [stderr] 11 | fn expSinFunction() {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `exp_sin_function`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `pos_pso` (lib) generated 3 warnings (run `cargo fix --lib -p pos_pso` to apply 1 suggestion)
[INFO] [stderr] warning: `pos_pso` (lib test) generated 4 warnings (2 duplicates) (run `cargo fix --lib -p pos_pso --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pos_pso-550727e0e846c22c)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test opt_quad_test_collab ... ok
[INFO] [stdout] test expSinFunction has been running for over 60 seconds
[INFO] [stdout] test expSinFunction ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- expSinFunction stdout ----
[INFO] [stdout] PSO initialized with 8 swarm-threads of 256 particles each 
[INFO] [stdout] 
[INFO] [stdout] Swarm Configurations: 
[INFO] [stdout]  	 0: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 1: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 2: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 3: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 4: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 5: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 6: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] 	 7: Collaborative Swarm [shares record with global collective every 32 itterations]: 
[INFO] [stdout] 	 	 Motion coefficients: [0.65, 0.9, 1.7, 0.5], inertial growth factor: 1.125, wall bounce factor: 0.125
[INFO] [stdout] Job Starting... 
[INFO] [stdout]  Optimizer will search a 5 variable space bounded by [(-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586), (-6.283185307179586 to 6.283185307179586)] 
[INFO] [stdout] 
[INFO] [stdout]             and velocities bounded by [(-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25), (-0.25 to 0.25)] 
[INFO] [stdout] 
[INFO] [stdout]             Optimizer will run for 10000 itterations, unless the minimum cost drops below 0.000000001 
[INFO] [stdout] 
[INFO] [stdout] Swarm_7 iter 1000: 	 c = 986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04228595594369757849 @ 	 [1.26090, 1.20332, -1.25633, -1.22988, -1.18796] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_4 iter 1000: 	 c = 984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04229309412910317589 @ 	 [-1.18059, 1.21397, -1.25360, 1.25703, 1.24305] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_0 iter 1000: 	 c = 988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04206584147593751127 @ 	 [-1.20969, 1.23425, -1.20084, 1.23198, 1.26220] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_1 iter 1000: 	 c = 970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04295589823131454321 @ 	 [-1.24420, 1.24665, 1.27759, 1.15386, -1.19324] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_2 iter 1000: 	 c = 986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04224622821151345631 @ 	 [1.27497, 1.23991, -1.25439, -1.20806, -1.23339] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_3 iter 1000: 	 c = 986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04271889273836854128 @ 	 [1.27007, 1.23319, -1.16142, -1.21126, -1.26258] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_5 iter 1000: 	 c = 976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04249398697758398347 @ 	 [1.19919, -1.27065, 1.20158, -1.19664, 1.18601] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_6 iter 1000: 	 c = 984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_7 iter 2000: 	 c = 1986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04228595594369757849 @ 	 [1.26090, 1.20332, -1.25633, -1.22988, -1.18796] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_4 iter 2000: 	 c = 1984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04229309412910317589 @ 	 [-1.18059, 1.21397, -1.25360, 1.25703, 1.24305] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_6 iter 2000: 	 c = 1984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_0 iter 2000: 	 c = 1988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04206584147593751127 @ 	 [-1.20969, 1.23425, -1.20084, 1.23198, 1.26220] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_1 iter 2000: 	 c = 1970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04295589823131454321 @ 	 [-1.24420, 1.24665, 1.27759, 1.15386, -1.19324] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_3 iter 2000: 	 c = 1986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04271889273836854128 @ 	 [1.27007, 1.23319, -1.16142, -1.21126, -1.26258] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_2 iter 2000: 	 c = 1986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04224622821151345631 @ 	 [1.27497, 1.23991, -1.25439, -1.20806, -1.23339] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_5 iter 2000: 	 c = 1976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04249398697758398347 @ 	 [1.19919, -1.27065, 1.20158, -1.19664, 1.18601] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_7 iter 3000: 	 c = 2986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04228595594369757849 @ 	 [1.26090, 1.20332, -1.25633, -1.22988, -1.18796] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_3 iter 3000: 	 c = 2986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04271889273836854128 @ 	 [1.27007, 1.23319, -1.16142, -1.21126, -1.26258] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_0 iter 3000: 	 c = 2988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04206584147593751127 @ 	 [-1.20969, 1.23425, -1.20084, 1.23198, 1.26220] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_4 iter 3000: 	 c = 2982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04215877631176573326 @ 	 [-1.25007, 1.20987, -1.21507, 1.23298, 1.27119] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_1 iter 3000: 	 c = 2970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04295589823131454321 @ 	 [-1.24420, 1.24665, 1.27759, 1.15386, -1.19324] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_6 iter 3000: 	 c = 2984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_2 iter 3000: 	 c = 2986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04224622821151345631 @ 	 [1.27497, 1.23991, -1.25439, -1.20806, -1.23339] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_5 iter 3000: 	 c = 2976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04249398697758398347 @ 	 [1.19919, -1.27065, 1.20158, -1.19664, 1.18601] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_7 iter 4000: 	 c = 3986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04228595594369757849 @ 	 [1.26090, 1.20332, -1.25633, -1.22988, -1.18796] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_3 iter 4000: 	 c = 3986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04271889273836854128 @ 	 [1.27007, 1.23319, -1.16142, -1.21126, -1.26258] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_4 iter 4000: 	 c = 3982, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04215877631176573326 @ 	 [-1.25007, 1.20987, -1.21507, 1.23298, 1.27119] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_0 iter 4000: 	 c = 3988, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04206584147593751127 @ 	 [-1.20969, 1.23425, -1.20084, 1.23198, 1.26220] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_6 iter 4000: 	 c = 3984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_1 iter 4000: 	 c = 3970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04295589823131454321 @ 	 [-1.24420, 1.24665, 1.27759, 1.15386, -1.19324] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_2 iter 4000: 	 c = 3986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04224622821151345631 @ 	 [1.27497, 1.23991, -1.25439, -1.20806, -1.23339] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_5 iter 4000: 	 c = 3976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04249398697758398347 @ 	 [1.19919, -1.27065, 1.20158, -1.19664, 1.18601] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_7 iter 5000: 	 c = 4986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04228595594369757849 @ 	 [1.26090, 1.20332, -1.25633, -1.22988, -1.18796] 
[INFO] [stdout]  	 Global Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049]
[INFO] [stdout] Swarm_3 iter 5000: 	 c = 4986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04271889273836854128 @ 	 [1.27007, 1.23319, -1.16142, -1.21126, -1.26258] 
[INFO] [stdout]  	 Global Record of: 0.04200223962603889111 @ 	 [-1.24671, 1.23569, -1.21265, 1.19572, 1.24052]
[INFO] [stdout] Swarm_6 iter 5000: 	 c = 4984, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04205084292544737645 @ 	 [-1.20172, 1.26314, -1.23662, 1.21643, 1.23049] 
[INFO] [stdout]  	 Global Record of: 0.04200223962603889111 @ 	 [-1.24671, 1.23569, -1.21265, 1.19572, 1.24052]
[INFO] [stdout] Swarm_1 iter 5000: 	 c = 4970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04295589823131454321 @ 	 [-1.24420, 1.24665, 1.27759, 1.15386, -1.19324] 
[INFO] [stdout]  	 Global Record of: 0.04191431739773165271 @ 	 [-1.22960, 1.21433, -1.21616, 1.22744, 1.19703]
[INFO] [stdout] Swarm_0 iter 5000: 	 c = 4986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04200223962603889111 @ 	 [-1.24671, 1.23569, -1.21265, 1.19572, 1.24052] 
[INFO] [stdout]  	 Global Record of: 0.04191431739773165271 @ 	 [-1.22960, 1.21433, -1.21616, 1.22744, 1.19703]
[INFO] [stdout] Swarm_2 iter 5000: 	 c = 4986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04224622821151345631 @ 	 [1.27497, 1.23991, -1.25439, -1.20806, -1.23339] 
[INFO] [stdout]  	 Global Record of: 0.04191431739773165271 @ 	 [-1.22960, 1.21433, -1.21616, 1.22744, 1.19703]
[INFO] [stdout] Swarm_4 iter 5000: 	 c = 4974, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04191431739773165271 @ 	 [-1.22960, 1.21433, -1.21616, 1.22744, 1.19703] 
[INFO] [stdout]  	 Global Record of: 0.04191431739773165271 @ 	 [-1.22960, 1.21433, -1.21616, 1.22744, 1.19703]
[INFO] [stdout] Swarm_5 iter 5000: 	 c = 4976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04249398697758398347 @ 	 [1.19919, -1.27065, 1.20158, -1.19664, 1.18601] 
[INFO] [stdout]  	 Global Record of: 0.04191431739773165271 @ 	 [-1.22960, 1.21433, -1.21616, 1.22744, 1.19703]
[INFO] [stdout] Swarm_7 iter 6000: 	 c = 5986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04228595594369757849 @ 	 [1.26090, 1.20332, -1.25633, -1.22988, -1.18796] 
[INFO] [stdout]  	 Global Record of: 0.04181261068846606893 @ 	 [-1.21533, 1.22269, -1.22987, 1.23695, 1.22962]
[INFO] [stdout] Swarm_4 iter 6000: 	 c = 5952, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04179001541696209659 @ 	 [-1.22140, 1.22814, -1.22923, 1.22428, 1.23313] 
[INFO] [stdout]  	 Global Record of: 0.04178689995041504762 @ 	 [-1.22666, 1.22574, -1.22378, 1.23328, 1.22416]
[INFO] [stdout] Swarm_6 iter 6000: 	 c = 5964, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178689995041504762 @ 	 [-1.22666, 1.22574, -1.22378, 1.23328, 1.22416] 
[INFO] [stdout]  	 Global Record of: 0.04178689995041504762 @ 	 [-1.22666, 1.22574, -1.22378, 1.23328, 1.22416]
[INFO] [stdout] Swarm_3 iter 6000: 	 c = 5986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04271889273836854128 @ 	 [1.27007, 1.23319, -1.16142, -1.21126, -1.26258] 
[INFO] [stdout]  	 Global Record of: 0.04178183256036159532 @ 	 [-1.22593, 1.22586, -1.22375, 1.22515, 1.22351]
[INFO] [stdout] Swarm_2 iter 6000: 	 c = 5986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04224622821151345631 @ 	 [1.27497, 1.23991, -1.25439, -1.20806, -1.23339] 
[INFO] [stdout]  	 Global Record of: 0.04178102449499439958 @ 	 [-1.22328, 1.22562, -1.22697, 1.22686, 1.22723]
[INFO] [stdout] Swarm_5 iter 6000: 	 c = 5976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04249398697758398347 @ 	 [1.19919, -1.27065, 1.20158, -1.19664, 1.18601] 
[INFO] [stdout]  	 Global Record of: 0.04178038197274369647 @ 	 [-1.22742, 1.22771, -1.22583, 1.22757, 1.22485]
[INFO] [stdout] Swarm_0 iter 6000: 	 c = 5958, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04178456585880226809 @ 	 [-1.23013, 1.22823, -1.22963, 1.22874, 1.22337] 
[INFO] [stdout]  	 Global Record of: 0.04178017848711403082 @ 	 [-1.22631, 1.22505, -1.22558, 1.22570, 1.22524]
[INFO] [stdout] Swarm_1 iter 6000: 	 c = 5970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04295589823131454321 @ 	 [-1.24420, 1.24665, 1.27759, 1.15386, -1.19324] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970316789 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_7 iter 7000: 	 c = 6986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04228595594369757849 @ 	 [1.26090, 1.20332, -1.25633, -1.22988, -1.18796] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_4 iter 7000: 	 c = 6846, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_0 iter 7000: 	 c = 6856, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970309156 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_6 iter 7000: 	 c = 6860, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_2 iter 7000: 	 c = 6986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04224622821151345631 @ 	 [1.27497, 1.23991, -1.25439, -1.20806, -1.23339] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_5 iter 7000: 	 c = 6976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04249398697758398347 @ 	 [1.19919, -1.27065, 1.20158, -1.19664, 1.18601] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_3 iter 7000: 	 c = 6986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04271889273836854128 @ 	 [1.27007, 1.23319, -1.16142, -1.21126, -1.26258] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_7 iter 8000: 	 c = 7986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04228595594369757849 @ 	 [1.26090, 1.20332, -1.25633, -1.22988, -1.18796] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_1 iter 7000: 	 c = 6970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04295589823131454321 @ 	 [-1.24420, 1.24665, 1.27759, 1.15386, -1.19324] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_4 iter 8000: 	 c = 7844, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_0 iter 8000: 	 c = 7854, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_6 iter 8000: 	 c = 7860, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_5 iter 8000: 	 c = 7976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04249398697758398347 @ 	 [1.19919, -1.27065, 1.20158, -1.19664, 1.18601] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_3 iter 8000: 	 c = 7986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04271889273836854128 @ 	 [1.27007, 1.23319, -1.16142, -1.21126, -1.26258] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_2 iter 8000: 	 c = 7986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04224622821151345631 @ 	 [1.27497, 1.23991, -1.25439, -1.20806, -1.23339] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_1 iter 8000: 	 c = 7970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04295589823131454321 @ 	 [-1.24420, 1.24665, 1.27759, 1.15386, -1.19324] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_7 iter 9000: 	 c = 8986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04228595594369757849 @ 	 [1.26090, 1.20332, -1.25633, -1.22988, -1.18796] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_4 iter 9000: 	 c = 8844, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_0 iter 9000: 	 c = 8854, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_5 iter 9000: 	 c = 8976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04249398697758398347 @ 	 [1.19919, -1.27065, 1.20158, -1.19664, 1.18601] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_6 iter 9000: 	 c = 8860, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_3 iter 9000: 	 c = 8986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04271889273836854128 @ 	 [1.27007, 1.23319, -1.16142, -1.21126, -1.26258] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_2 iter 9000: 	 c = 8986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04224622821151345631 @ 	 [1.27497, 1.23991, -1.25439, -1.20806, -1.23339] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_7 iter 10000: 	 c = 9986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04228595594369757849 @ 	 [1.26090, 1.20332, -1.25633, -1.22988, -1.18796] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_1 iter 9000: 	 c = 8970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04295589823131454321 @ 	 [-1.24420, 1.24665, 1.27759, 1.15386, -1.19324] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_4 iter 10000: 	 c = 9844, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_3 iter 10000: 	 c = 9986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04271889273836854128 @ 	 [1.27007, 1.23319, -1.16142, -1.21126, -1.26258] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_6 iter 10000: 	 c = 9860, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_0 iter 10000: 	 c = 9854, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_5 iter 10000: 	 c = 9976, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04249398697758398347 @ 	 [1.19919, -1.27065, 1.20158, -1.19664, 1.18601] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_1 iter 10000: 	 c = 9970, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04295589823131454321 @ 	 [-1.24420, 1.24665, 1.27759, 1.15386, -1.19324] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Swarm_2 iter 10000: 	 c = 9986, w = 0.5 
[INFO] [stdout]  	 Tribal Record of: 0.04224622821151345631 @ 	 [1.27497, 1.23991, -1.25439, -1.20806, -1.23339] 
[INFO] [stdout]  	 Global Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] Minimum Record of: 0.04177956552970308463 @ 	 [-1.22649, 1.22649, -1.22649, 1.22649, 1.22649]
[INFO] [stdout] 
[INFO] [stdout] thread 'expSinFunction' (17) panicked at src/lib.rs:38:5:
[INFO] [stdout] optimizer did not converge!
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62fab06dee5a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62fab06dee5a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62fab06dee5a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62fab06dee5a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62fab06f3b7a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62fab06f3b7a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x62fab06e3792 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62fab06e3792 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x62fab06be07f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62fab06be07f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62fab06d7419 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62fab063e0ac - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x62fab063e0ac - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62fab06d75d2 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x62fab06d75d2 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62fab06bd69c - std[f92b4c606f291077]::panicking::begin_panic::<&str>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x62fab06b5a89 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::begin_panic<&str>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62fab06b32f0 - std[f92b4c606f291077]::panicking::begin_panic::<&str>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x62fab062add9 - pos_pso[c9b6e657be3fabb4]::expSinFunction
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:38:5
[INFO] [stdout]   19:     0x62fab062a7f7 - pos_pso[c9b6e657be3fabb4]::expSinFunction::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:11:20
[INFO] [stdout]   20:     0x62fab0625276 - <pos_pso[c9b6e657be3fabb4]::expSinFunction::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x62fab063218b - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x62fab063218b - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   23:     0x62fab063eb7b - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   24:     0x62fab063eb7b - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x62fab063eb7b - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x62fab063eb7b - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   27:     0x62fab063eb7b - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x62fab063eb7b - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   29:     0x62fab063eb7b - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   30:     0x62fab063a294 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   31:     0x62fab063a294 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   32:     0x62fab0641782 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   33:     0x62fab0641782 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   34:     0x62fab0641782 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35:     0x62fab0641782 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36:     0x62fab0641782 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x62fab0641782 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   38:     0x62fab0641782 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   39:     0x62fab06de76f - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   40:     0x62fab06de76f - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   41:     0x77c97ce27aa4 - <unknown>
[INFO] [stdout]   42:     0x77c97ceb4a64 - clone
[INFO] [stdout]   43:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     expSinFunction
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 204.21s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "298edc2b2f3020791fc715125fa939cf51f9ab3c0d7f41ccd28afc1598ece009", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "298edc2b2f3020791fc715125fa939cf51f9ab3c0d7f41ccd28afc1598ece009", kill_on_drop: false }`
[INFO] [stdout] 298edc2b2f3020791fc715125fa939cf51f9ab3c0d7f41ccd28afc1598ece009
